home *** CD-ROM | disk | FTP | other *** search
- global gNext
-
- on mouseDown
- puppetSound("ReturnB")
- repeat with x = 1 to 2
- set the castNum of sprite 7 to the number of cast "Return More"
- updateStage()
- startTimer()
- repeat while the timer < 15
- nothing()
- end repeat
- set the castNum of sprite 7 to the number of cast "Return Roll More"
- updateStage()
- startTimer()
- repeat while the timer < 15
- nothing()
- end repeat
- end repeat
- set gNext to "none"
- go("m return")
- end
-